What is the proper design of storing temporary users? [closed]
Posted
by Mendy
on Stack Overflow
See other posts from Stack Overflow
or by Mendy
Published on 2010-02-22T01:18:32Z
Indexed on
2010/05/11
16:24 UTC
Read the original article
Hit count: 136
In SO site both real users and temporary users can add a new questions.
I assume each user type has a different table. My question is how can I attach the question to the right user?
I assuming the temp users have their own table from the following reasons:
- Temp users don't have all the data that real users have. like: email, password, and all users details.
- On the other hand, temp users are a lot more then real users.
So it make more sense to have they in their own table.
© Stack Overflow or respective owner